Opc.Ua.Core
NodeIdCollection Constructor(IEnumerable<NodeId>)



Opc.Ua Namespace > NodeIdCollection Class > NodeIdCollection Constructor : NodeIdCollection Constructor(IEnumerable<NodeId>)
The existing collection to use as the basis of creating this collection
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of NodeId) _
)
'Usage
 
Dim collection As IEnumerable(Of NodeId)
 
Dim instance As New NodeIdCollection(collection)
public NodeIdCollection( 
   IEnumerable<NodeId> collection
)
public:
NodeIdCollection( 
   IEnumerable<NodeId^>^ collection
)

Parameters

collection
The existing collection to use as the basis of creating this collection
Remarks
Creates a new collection based on the referenced collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeIdCollection Class
NodeIdCollection Members
Overload List